@import url(main.css);

.i_tit h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    background: url(../css/i_tit_bg.png) center center no-repeat;
    font-weight: 500;
    margin-top: 30px;
}

.i_tit h3:before {
    width: 200px;
    height: 3px;
    background: #f0f0f0;
}

.i_tit h3 a {
    color: #000;
	margin-left:-40px;
	font-size:30px;
}
.i_tit h3 span{
	color: #eb0424;
}
.i_tit{
	text-align:center;
}
.i_tit>div{
	display:inline-block;
	overflow:hidden;
	width:300px;
}
.i_tit>div i{
	float:left;
	width:50px;
	height:1px;
	background:#999;
	margin-top:51px;
}
.i_tit>div i:last-child{
	margin-top:-54px;
	margin-left:256px;
}
.i_tit p {
    font-size: 20px;
    color: #f0f0f0;
    text-align: center;
    line-height: 20px;
}

.i_yt p {
    font-size: 12px;
    color: #eb0424;
}

.i_brand {
    width: 1200px;
    margin: 20px auto 0;
}

.i_brand ul {
    margin-top: 20px;
}

.i_brand ul li {
    width: 248px;
    border: 1px solid #f0f0f0;
    float: left;
    margin-right: 13px;
    padding: 20px;
    margin-bottom: 15px;
}

.i_brand ul li:nth-child(4n+4) {
    margin-right: 0;
}

.i_brand ul li img {
    margin: 0 auto;
}

.i_brand ul li b {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
}

.i_brand ul li span {
    width: 108px;
    height: 21px;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    margin: 15px auto;
    display: block;
    text-align: center;
    line-height: 21px;
}

.i_brand ul li span a {
    color: #838383
}

.i_brand {
    width: 1200px;
    margin: 20px auto 0;
}

.i_brand ul {
    margin-top: 20px;
}

.i_brand ul li {
    width: 248px;
    border: 1px solid #f0f0f0;
    float: left;
    margin-right: 13px;
    padding: 20px;
    margin-bottom: 15px;
}

.i_brand ul li:nth-child(4n+4) {
    margin-right: 0;
}

.i_brand ul li img {
    margin: 0 auto;
}

.i_brand ul li b {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
}

.i_brand ul li span {
    width: 108px;
    height: 21px;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    margin: 15px auto;
    display: block;
    text-align: center;
    line-height: 21px;
}

.i_brand ul li span a {
    color: #838383
}

.i_brand {
    width: 1200px;
    margin: 20px auto 0;
}

.i_brand ul {
    margin-top: 20px;
}

.i_brand ul li {
    width: 248px;
    border: 1px solid #f0f0f0;
    float: left;
    margin-right: 13px;
    padding: 20px;
    margin-bottom: 15px;
}

.i_brand ul li:nth-child(4n+4) {
    margin-right: 0;
}

.i_brand ul li img {
    margin: 0 auto;
}

.i_brand ul li b {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
}

.i_brand ul li span {
    width: 108px;
    height: 21px;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    margin: 15px auto;
    display: block;
    text-align: center;
    line-height: 21px;
}

.i_brand ul li span a {
    color: #838383
}

.fw {
    margin: 0 auto;
    width: 1300px;
	text-align:center;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.brand_in {
    width: 100%;
    background: url(../image/brand_bg.jpg) no-repeat center;
    height: 420px;
    padding: 17px 0;
}

.brand_in .fl {
    width: 100%;
    color: #000;
    background-image: url(../images/brand_bg1.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 16px;
	text-align:center;
}

.brand_in .fl h2 {
    font-size: 32px;
    position: relative;
    margin-top: 26px;
    margin-bottom: 30px
}



.brand_in .fl p {
    font-size: 16px;
    line-height: 28px
}

.brand_in .fl a.more {
    display: none;
    width: 180px;
    height: 46px;
    background: #eb0424;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    margin-top: 40px;
    transition: all 0.3s
}

.brand_in .fl a.more:hover {
    background: #1567f5;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3)
}

.brand_in .list {
    width: 100%;
    margin-top: 44px
}

.brand_in .list li {
    float: left;
    width: calc((100% / 7) - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
	text-align:center;
	border:1px solid #f1f1f1;
	box-sizing:border-box;
}

.brand_in .list li a {
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s
}
.brand_in .list li i{
	font-style:normal;
}
.brand_in .list li a:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    transform: translateY(-10px)
}

.brand_in .list li a .pic {
    display: table;
    width: 100%
}

.brand_in .list li a .pic span {
    display: table-cell;
    width: 100%;
    height: 140px;
    vertical-align: middle
}

.brand_in .list li a .pic span img {
    display: block;
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
    margin: 0 auto
}

.pro_in {
    margin-top: 70px;
    padding-bottom: 60px
}


.i_why {
    background: url(../image/i_why_bg.jpg) center center no-repeat;
    max-width: 1920px;
    margin: 0px auto;
    height: 402px;
    padding: 30px 0;
}

.i_why_tit {
    background: url(../css/i_why_tit_bg.png) top center no-repeat;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.i_why_tit p {
    font-size: 30px;
    color: #FFF;
}

.i_why ul {
    margin-top: 50px;
    margin-left: 3%;
}

.i_why ul li {
    width: 29.333%;
    margin: 0 1%;
    float: left;
    color: #FFF;
}

.i_why ul li img {
    float: left;
    margin-right: 20px;
}

.i_why ul li h3 {
    font-size: 18px;
}

.i_pro {
    max-width: 100%;
    margin: 0px auto 0;
    background-color: #f2f2f2;
}

.i_sidebar {
    margin-top: 30px;
}

.i_sidebar h3 {
    float: left;
    margin-right: 15px;
    width: 270px;
    background: #333;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
}

.i_sidebar h3 font {
    font-size: 24px;
    margin-right: 5px;
}

.i_sidebar ul {
    background: url(../image/i_sidebar_bg.jpg) 0 0 no-repeat;
    width: 890px;
    height: 80px;
    line-height: 40px;
    float: left;
    padding: 0 7px;
    float: left;
}

.i_sidebar ul li {
    float: left;
    margin-right: 23px;
    font-size: 16px;
}

.i_sidebar ul li a:hover {
    color: #fe5009;
}

.i_sidebar ul li font {
    color: #eb0424;
}

.i_pro_sub ul li {
    float: left;
    width: 372px;
    padding: 10px;
    background: #f4f4f4;
    margin-right: 10px;
    margin-top: 20px;
}

.i_pro_sub ul li:nth-child(3n+3) {
    margin-right: 0;
}

.i_pro_sub ul li a {
    display: block;
    background: #F4F4F4
}

.i_pro_sub ul li a .pic {
    width: 40%;
    overflow: hidden;
    display: table;
    float: left;
    background: #fff
}

.i_pro_sub ul li a .pic span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.i_pro_sub ul li a .pic span img {
    display: block;
    margin: 0 auto;
    /**max-width: 100%;**/
    max-height: 74%;
    vertical-align: middle
}

.i_pro_sub ul li a .txt {
    width: 43%;
    float: right
}

.i_pro_sub ul li a .txt h2 {
    font-size: 14px;
    font-weight: 100;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    position: relative
}

.i_pro_sub ul li a .txt h2:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #eb0424;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.3s
}

.i_pro_sub ul li a p {
    font-size: 12px;
    color: #999;
    line-height: 24px
}

.i_pro_sub ul li a:hover {
    background: #fff;
    box-shadow: 0 5px 20px #ddd
}

.i_pro_sub ul li a:hover .txt h2:before {
    width: 100%
}

.title_in h1 {
    font-size: 26px;
    color: #333;
    font-weight: 100
}

.title_in:before {
    content: '';
    position: absolute;
    width: 110px;
    height: 2px;
    background: #cc3300;
    left: 50%;
    margin-left: -55px;
    bottom: -1px
}

.title_in p {
    font-size: 13px;
    color: #999
}

.about_in {
    
    background-image:url(../image/12.jpg);
    height:650px;
}

.about_in .content {
    margin-top:50px;
    width: 100%
}

.about_in .content .pic {
    width: 100%;
    display: block;
    height: 162px
}

.about_in .content .tt1 {
    font-size: 47px;
    color: #333;
    text-transform: uppercase;
    margin-top: 3px;
}

.about_in .content .tt2 {
    font-size: 18px;
    color: #888;
    margin-top: 10px;
}

.about_in .content .txt {
    line-height: 26px;
	float:right;
	width:calc(100% - 650px);
	margin-left:20px;
}
.txt>div{
	font-size:30px;
	margin-bottom:10px;
}
.txt p{
	margin-top:20px;
}

.about_in .con1 {
    width: 50%;
	display:none;
}
.about_in .con1 .tt {
    position: relative;
    width: 1%;
    height: 10px;
    padding: 0px 0 0 0px;
}

.about_in .tt .btn {
    position: absolute;
    bottom: 24px;
    width: 49px;
    height: 49px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.about_in .tt .btn i {
    line-height: 49px;
    color: #fff
}

.about_in .tt .btn.qq {
    right: 130px;
    background: #287feb
}

.about_in .tt .btn.wx {
    right: 200px;
    background: #3cb035
}

.about_in .tt .btn.add {
    right: 60px;
    background: #e01e3c
}

.about_in .tt .btn:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px)
}

.about_in .con1 .pic1 {
    width: 100%
}

.i_about {
    max-width: 1920px;
    background: url(../image/i_about_bg.jpg) center bottom no-repeat #eb0424;
    padding: 40px 0;
    margin-top: 40px;
}

.i_about_img {
    float: left;
    margin-right: 40px;
}

.i_about_img img {
    width: 415px;
    height: 270px;
    box-shadow: 5px 5px 5px -5px #333;
}

.i_about_con {
    width: 740px;
    float: left;
}

.i_about_tit {
    padding-top: 14px;
}

.i_about_tit h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    float: left;
    height: 50px;
    line-height: 50px;
}

.i_about_tit h2 a {
    color: #FFF;
}

.i_about_tit b {
    float: right;
}

.i_about_tit b i {
    font-size: 30px;
    line-height: 50px;
    margin-right: 8px;
    color: #FFF;
}

.i_about_tit b font {
    display: inline-block;
    font-size: 20px;
    height: 60px;
    line-height: 50px;
    color: #FFF;
    font-weight: 500;
}

.i_about_con p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
}

.i_about_con span {
    display: block;
    width: 106px;
    height: 21px;
    line-height: 21px;
    border: 1px solid #f0f0f0;
    border-radius: 11px;
    background: #FFF;
    text-align: center;
    margin: 10px 0;
}

.i_about_con span a:hover {
    color: #eb0424;
}
.guanyuwomen{
	overflow:hidden;
	height:90px;
	display:inline-block;
}
.guanyuwomen:before{
	content:'';
	width:100px;
	height:5px;
	float:left;
	display:block;
	background:#000;
	margin-top:40px;
}
.about_in  .content .guanyuwomen p{
	float:left;
	font-size:50px;
	margin-left:20px;
	color:#0f59d6;
}
.guanyuwomen:after{
	content:'';
	width:100px;
	height:5px;
	float:left;
	display:block;
	background:#000;
	margin-top:40px;
	margin-left:20px;
}
.title{
	font-size:26px;
}
.lis{
	overflow:hidden;
	margin-top:50px;
}
.lis>div:first-child{
	width:100px;
	float:left;
	background:#0f59d6;
	color:#fff;
	height:350px;
}
.lis>div>a{
	width:25%;
	float:left;
	writing-mode:vertical-rl;
	color:#fff;
	margin-top:0px;
	height:175px;
	cursor:pointer;
}
.lis>div>a:hover{
	background:#ed8e06;
}
.lis img{
	float:left;
	width:500px;
	height:350px;
}
.app_in {
    width: 100%;
    background: url(../image/app_bg.jpg) no-repeat;
    background-size: cover;
    padding: 85px 0
}

.app_in .title_in {
    margin-bottom: 65px
}

.app_in .title_in .fr a:before {
    background: #eb0424
}

.app_in .list {
    width: 100%;
    position: relative;
    overflow: hidden
}

.app_in .list ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.app_in .list li {
    float: left;
    width: 16.666666%
}

.app_in .list li .box {
    width: 100%;
    height: 471px;
    position: relative;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden
}

.app_in .list li .box a .pic {
    display: table;
    margin: 133px auto 0;
    z-index: 5;
    position: relative;
    transition: all 0.3s
}

.app_in .list li .box a .pic span {
    display: table-cell;
    width: 208px;
    height: 208px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    vertical-align: middle
}

.app_in .list li .box a .pic span img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
    vertical-align: middle;
    transform: scale(2);
    transition: all 0.3s
}

.app_in .list li .box a .txt {
    text-align: center;
    color: #fff;
    margin-top: 42px;
    z-index: 5;
    position: relative;
    transition: all 0.3s
}

.app_in .list li .box a .txt h4 {
    font-size: 16px;
    font-weight: 200
}

.app_in .list li .box a .txt p {
    font-size: 12px;
    opacity: 0.5;
    text-transform: uppercase
}

.app_in .list li .box a .more {
    position: absolute;
    width: 49px;
    height: 49px;
    background: #fff;
    color: #eb0424;
    text-align: center;
    opacity: 0;
    line-height: 45px;
    left: 50%;
    margin-left: -24px;
    top: 388px;
    border-radius: 50%;
    font-size: 28px;
    z-index: 5;
    transition: all 0.3s
}

.app_in .list li .box a .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eb0424;
    opacity: 0;
    left: 0;
    top: 0;
    transition: all 0.3s
}

.app_in .list li .box a:hover .pic {
    margin-top: 90px
}

.app_in .list li .box a:hover .txt {
    margin-top: 32px
}

.app_in .list li .box a:hover .more {
    top: 328px;
    opacity: 1
}

.app_in .list li .box a:hover .bg {
    opacity: 0.5
}

.app_in .hd li {
    border: 2px solid #333
}

.app_in .list a.next,
.app_in .list a.prev {
    top: 50%;
    margin-top: -40px;
    background: none;
    color: #fff;
    opacity: 0;
    transition: all 0.3s
}

.app_in .list a.next {
    right: 0
}

.app_in .list a.prev {
    left: 0
}

.app_in .list:hover a.next,
.app_in .list:hover a.prev {
    opacity: 0.8
}

.app_in .list a.next:hover,
.app_in .list a.prev:hover {
    color: #eb0424
}

.app_in .hd li {
    border: 2px solid #494844
}


.app .list li .box a {
    padding: 10px
}

.app .list li .pic {
    width: 129px
}

.app .list li .pic span {
    height: 129px
}

.app_detail .brand_intro .pic {
    display: none
}

.app_in {
    padding: 50px 0;
    margin-top: 0px;
}

.app_in .list li .box {
    height: 280px
}

.app_in .list li .box a .pic {
    margin-top: 50px
}

.app_in .list li .box a .txt {
    margin-top: 20px
}

.app_in .title_in {
    margin-bottom: 40px
}

.app .list li {
    width: 50%
}

.app .list li {
    width: 33.333333%
}

.app_in .list li .box {
    height: 420px
}

.app_in .list li .box a .pic {
    margin-top: 83px
}

.title_in .fl {
    font-size: 39px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 36px
}

.title_in {
    width: 1300px;
    margin: 0 auto
}

.title_in .fl {
    font-size: 39px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 36px
}

.title_in .fr {
    color: #fff
}

.title_in .fr p {
    font-size: 20px;
    font-weight: bold
}

.title_in .fr a {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #fff;
    position: relative;
    margin-top: 20px
}

.title_in .fr a i {
    padding-left: 5px
}

.title_in .fr a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 20px;
    height: 2px;
    right: 0;
    top: -8px;
    transition: all 0.3s
}

.title_in .fr a:hover:before {
    width: 100%
}


.i_area {
    max-width: 100%;
	background:url('../image/iso_bg.jpg');
	background-attachment: fixed;
	background-size:100%;
	padding:20px;
}
.i_area .inner{
	overflow:initial !important;
}
.i_area .i_area_box {
    height: 550px;
    margin-top: 71px;
    overflow-x: hidden;
	width:1300px;
}
.i_area .clearfix li{
	position: relative;
	height: 166px;
	width: 132.5px;
	overflow: hidden;
	margin: 0 10px;
	transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	float: left;
	margin: -35px 10px 0;
}
.i_area .clearfix li:nth-child(1){
	margin:0 10px;
}
.i_area .clearfix li:nth-child(2){
	margin:0 10px;
}
.i_area .clearfix li:nth-child(3){
	margin:0 10px;
}
.i_area .clearfix li:nth-child(4){
	margin:0 10px;
}
.i_area .clearfix li:nth-child(5){
	margin:0 10px;
}
.i_area .clearfix li:nth-child(6){
	margin:0 10px;
}
.i_area .clearfix li:nth-child(7){
	margin:0 10px;
}
.i_area .clearfix li:nth-child(8){
	margin:0 10px;
}
.i_area .clearfix li:nth-child(9){
	margin: -35px 10px 0 85px;
}
.i_area .i_tit a{
	margin-left:0;
}
.i_area .clearfix li>div{
	position: relative;
	height: 166px;
	width: 132.5px;
	overflow: hidden;
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}
.i_area .swiper-container1 {
    overflow: hidden;
}

.i_area .swiper-slide {
    width: 230px !important;
}
.i_area ul li a{
    position: relative;
	overflow: hidden;
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	display:block;
}
.i_area ul li img {
    width: 166px;
    height: 166px;
}

.i_area ul li p {
    color: #FFF;
    font-size: 18px;
    text-align: center;
}

.i_area ul li .txt {
    width: 100%;
    background-color: #eb0424;
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 80px;
	background:rgba(0,0,0,0.6);
	transform:rotate(-60deg);
}
.i_area ul li .txt a{
	margin-top:40px;
	transform: rotate(0deg);
}
.i_area ul li:hover .txt {
	background:#fff;
	opacity:0.6;
}

.i_area ul li:hover .txt p {
    display: block;
	color:#000;
}


.i_news {
    max-width: 100%;
    margin: 30px auto 0;
	background:#f9f9f9;
	margin-top:0;
}

.i_news_first {
    width: 30%;
    float: left;
    margin-top: 23px;
}
.i_news_first div{
	overflow:hidden;
}
.i_news_first div span{
	float:left;
	color:#333;
}
.i_news_first div p{
	float:right;
	color:#666;
}
.i_news_img {
    margin-top: 10px;
    margin-bottom: 15px;
}
.i_news_first .i_news_list>div{
	float:left;
}
.i_news_first .i_news_list>div img{
	width:324px;
    height:199px;
}
.i_news_first .i_news_list>div>div{
	margin-top:10px;
}
.i_news_first .i_news_list>div>div span{
	display:block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width:60%;
	padding-right:40%;
}
.i_news_first .i_news_list>div>div span i{
	margin-right:-105px;
	font-size:12px;
	color:#333;
	font-style:normal;
	margin-top:-30px;
}
.i_news_first .i_news_list>div>div>div{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width:100%;
	line-height:20px;
	color:#999;
	font-size:12px;
}
.b{
	overflow:hidden;
}
.b span{
	float:left;
	color:#000;
	font-size:16px;
}
.b a{
	float:right;
}
.i_news_img span {
    float: left;
    background: #eb0424;
    display: block;
    width: 213px;
    height: 128px;
    padding-top: 45px;
    text-align: center;
    color: #ffdfd1;
    font-size: 16px;
}

.i_news_img span font {
    color: #FFF;
    font-size: 30px;
}

.i_news_img p {
    color: #ffffff;
}

.i_news_img img {
    float: left;
}

.i_news_sub h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.i_news_sub p {
    color: #CCC;
    font-size: 12px;
    line-height: 20px;
}

.i_news_sub b {
    display: block;
    width: 178px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}

.i_news_sub b a {
    color: #666;
}

.i_news_list {
    width: 65%;
    float: right;
    margin-top: 23px;
}

.i_news_first .i_news_list {
    width: 100%;
}
.brand_in>div{
	background:#fff;
}
.i_news_list li {
    height: 40px;
    line-height: 40px;
}

.i_news_list li h3 {
    float: left;
    font-weight: 500;
	font-size:20px;
}
.inner{
	padding-bottom:18px;
}
.i_news_list li h3 a:hover {
    color: #eb0424;
}

.i_news_list li span {
    float: right;
}




a.more_in {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #0f59d6;
    color: #f6f6f6;
    margin-bottom: 30px;
    text-indent: 35px;
    transition: all 0.3;
    border-radius: 20px;
	display:block;
	text-align:center;
	margin-top:250px;
	margin-left:700px;
}

a.more_in i {
    font-size: 14px;
    text-indent: -10px;
    opacity: 0;
    transition: all 0.3s
}

a.more_in:hover {
    text-indent: 25px
}

a.more_in:hover i {
    text-indent: 10px;
    opacity: 1
}

.search_in {
    background: var(--color);
    width: 601px;
    margin-top: 56px
}

.search_in img {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
    /*考虑浏览器兼容性*/
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
}

.search_in .tt {
    float: left;
    width: 100%;
}
.ddd{
	background:#0f59d6;
}
.ddd img{
	float:left;
}
.ddd>div{
	overflow:hidden;
}
.ddd i{
	float:left;
	width:300px;
	height:1px;
	background:#fff;
	margin-top:50px;
}
.ddd div div div{
	text-align: center;
	width:calc(100% - 600px);
	oiverflow:hidden;
	float:left;
}
.ddd div div div+i{
	float:right;
}
.ddd a{
	color:#fff;
}
.ddd img{
	float:left;
	margin-top:10px;
	margin-left:35px;
}
.ddd .z{
	border-top:1px solid #fff;
	margin-top:20px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	line-height:50px;
}
/*pc版轴承品牌*/
.pinp{width:100%;height:1100px;background:#F9fafa;padding:50px 0;margin-top:-11px;background:url(../image/ipro_bg.jpg);background-size:100%;background-attachment: fixed;margin-top:0px;}
.pinp-in{height:auto;margin:0 auto;}
.pinp-top{width:100%;height:0px;/**border-bottom:1px solid #000;**/}
.pinp-logo{float:left;height:50.5px;width:150px;background:url(http://www.jh-hrb.com/img/pinp.jpg) no-repeat;background-size:100% 100%;}
.pinp-logo h3{line-height:50px;margin:0 20px;color:#fff;font-size:14px;letter-spacing:1px;cursor:default;font-size:15px;}
.pinp-top p{line-height:50px;margin:0 50px;float:left;color:#278EE9;letter-spacing:-0.5;font-size:12px;font-family:Microsoft Yahei;cursor:default;}
.pinp-show{/*width:100%;height:510px;*/margin-top:35px;margin-bottom:286px;/*padding:35px 0 30px 0;*/}
.pinp-show ul{position:relative;width:1096px;height:560px;margin:0 auto;}
.pinp-show ul li{width:24%;height:300px;float:left;margin-left:1%;position:relative;overflow:hidden;color:#fff;}
.pinp-show ul li a{
	background:#fff;
	display:block;
	border-radius:50%;
	color:#fff;
}
.pinp-show ul li img{
	width:92%;
	margin:0 auto;
	display:block;
}
.pinp-show ul li:hover a img{
	transform: rotatey(360deg);
	transition:1s;
	filter: grayscale(1);
}
.pinp-show ul li p{
	position:absolute;
	bottom:-10%;
	text-align:center;
	width:100%;
	background:#0f59d6;
}
.pinp-show ul li:hover p{
	bottom:50%;
	transition:1s;
	line-height:50px;
}
.btnLan2{display:block;text-align:center;width:136px;height:46px;line-height:46px;padding-bottom:10px;font-size:14px;background:#fff;color:#eb0424;border-radius:30px;transition:0.2s;border:2px solid #eb0424;font-family:"Microsoft Yahei";font-weight:bold;margin:0 auto;display:none;}
.btnLan2 a:hover{transition:0.2s;background:#fff;color:#29A0FA;border:1px solid #ffffff;}

.ph_pinp_show {
    display: none;
}

.pinp-show {
    display: block;
}

.cooper {    
    width: 100%;
    padding: 0px 0 20px;
    overflow: hidden;
    margin: 0px auto 0;
}

.cooper .list {
    width: 1184px;
    margin: 30px auto 0;
    position: relative
}

.cooper .list li {
    float: left;
    width: 16.66666%
}

.radus {
    padding: 0 7px
}

.radus .pic {
    display: table;
    table-layout: fixed;
    /**background: #f3f3f3;
    border: 1px solid #f3f3f3;**/
    width: 100%;
    height: 80px
}

.radus .pic span {
    height: 176px;
    width:100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden
}

.radus .pic span img {
    max-width: 90%;
    max-height: 90%;
    width:100%;
    height:175px;
    vertical-align: middle
}

.cooper  p {
    text-align: center;
    font-size: 12px;
    color: #888;
    line-height: 38px
}

.cooper .list .next,
.cooper .list .prev {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #ccc;
    line-height: 28px;
    text-align: center;
    top: 25px
}

.cooper .list .next {
    right: -30px
}

.cooper .list .prev {
    left: -30px
}

.cooper .list .next:hover,
.cooper .list .prev:hover {
    background: #333
}

.clearboth {
    width: 100%;
    height: 0px;
    line-height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    font-size: 0px;
}

.sublist {
    width: 201px
}

.sublist .tt {
    margin-bottom: 30px
}

.sublist .tt h2 {
    font-size: 39px;
    color: #333;
    line-height: 39px;
    margin-bottom: 10px
}

.sublist .tt p {
    font-size: 18px;
    color: #888
}

.sublist li a {
    display: block;
    width: 100%;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #ddd;
    padding: 0 5px;
    font-size: 14px;
    color: #333;
    position: relative;
    transition: all 0.5s
}

.sublist li a i {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 39px;
    color: #888;
    transition: all 0.5s
}

.sublist a.more-in {
    margin-top: 40px
}

.sublist li a:hover,
.sublist li a.cur {
    background: #eb0424;
    padding-left: 20px;
    color: #fff;
    border-radius: 20px
}

.sublist li a:hover i,
.sublist li a.cur i {
    color: rgba(255, 255, 255, 0.7);
    right: 20px
}


.hz_in {
    width: 100%;
    margin-bottom: 10px
}

.hz_in .r_float {
    width: 31%;
    padding-left: 60px
}

.hz_in .sublist {
    width: 310px;
    text-align: right;
    float: left;
    margin-top: 80px
}

.hz_in .sublist .tt {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.hz_in .sublist .tt:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background: #eb0424;
    right: 0;
    bottom: 0
}

.hz_in .sublist .txt {
    text-align: left;
    line-height: 24px
}

.hz_in .l_float {
    width: 65%;
    background: url(../image/hz_bg.jpg) no-repeat;
    background-size: cover;
    background-color: #eb0424;
    border-radius: 0 0 80px 0
}

.hz_in .list {
    width: 858px;
    float: right;
    padding: 78px 86px 78px 0
}

.hz_in .list li {
    float: left;
    width: 33.333333%
}

.hz_in .list li .box {
    padding: 10px 29px
}

.hz_in .list li .box a {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s
}

.hz_in .list li .box a .pic {
    display: table;
    width: 100%
}

.hz_in .list li .box a .pic span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 110px
}

.hz_in .list li .box a .pic span img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    max-width: 80%;
    max-height: 90%;
    transition: all 0.5s
}

.hz_in .list li .box a:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3)
}

.hz_in .list li .box a:hover .pic span img {
    transform: scale(1.05)
}


.bg2 {
 
    position: relative;
    overflow: hidden;
    color: #000;
}
.bg2:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
/*  border-top: 50px solid #f5f5f5;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;*/
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.bg2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 50px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    bottom: 0;
    margin-left: -960px;
}
.bg2 .yunu-section-title {
    margin-top: 0px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 40px;
}
.gyds dl {
    margin: 0;
}
.gyds dt {
    float: left;
    width: 50%;
}
.gyds dt.full img {
    width: 960px;
    max-width: none;
}
.gyds dd {
    margin-left: 50%;
    padding-left: 40px;
    padding-top: 20px;
}
.gyds dd h4 {
    margin: 0 0 40px;
    overflow: hidden;
    font-weight: normal;
}
.gyds dd h4 i {
    float: left;
    background: url(../image/sl_ctit.png) no-repeat center;
    color: #fff;
    width: 61px;
    line-height: 70px;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-family: Impact;
}
.gyds dd h4 span {
    display: block;
    margin-left: 85px;
    font-size: 36px;
    padding: 1px 0;
}
.gyds dd h4 span small {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}
.gyds dd p {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 18px;
}
.gyds-slide {
    margin-top: 45px;
}
.gyds-slide .bd li {
    float: left;
    margin-right: 20px;
    width: 270px;
}
.gyds-slide .bd li .img-center {
    position: relative;
    overflow: hidden;
}
.gyds-slide .bd li .img-center:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
    -webkit-transform: skewx(-25deg);
    transform: skewx(-25deg);
}
.gyds-slide .bd li:hover .img-center:after {
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.gyds-slide .hd {
    text-align: center;
    font-size: 0;
    position: relative;
    margin-top: 30px;
}
.gyds-slide .hd:before {
    content: '';
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    background-color: #eee;
    position: absolute;
}
.gyds-slide .hd ul {
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
.gyds-slide .hd li {
    display: inline-block;
    vertical-align: middle;
    background: url(../image/sl_cqh.png) no-repeat 0 0;
    height: 13px;
    width: 11px;
    margin: 0 5px;
    cursor: pointer;
}
.gyds-slide .hd li.on {
    background-image: url(../image/sl_cqhh.png);
}
.gyds dl:nth-of-type(even) dt {
    float: right;
}
.gyds dl:nth-of-type(even) dd {
    margin: 0 50% 0 0;
    padding-left: 0;
    padding-right: 40px;
}
.gyds dl:nth-of-type(odd) dt.full {
    margin-left: -360px;
}

.img-center img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.s1 {
    text-align: center;
    font-size: 16px;
    line-height: 2.2;
    color: #181818;
    margin-top:27px;
}
.s2 li {
    float: left;
    width: 20%;
    margin-top: 40px;
}
.s2 li a {
    display: block;
}
.s2 li .img-center {
    overflow: hidden;
    width: 218px;
    margin: 0 auto;
}
.s2 li .img-center img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.s2 li a:hover .img-center img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.container {
    width: 1200px;
    margin: 40px auto;
}